apparmor-allow-java.security
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Sat, 13 Dec 2025 08:32:27 +0000 (09:32 +0100)
committerRene Engelhard <rene@debian.org>
Sat, 13 Dec 2025 08:32:27 +0000 (09:32 +0100)
Gbp-Pq: Name apparmor-allow-java.security.diff

sysui/desktop/apparmor/program.soffice.bin

index 689be28abf60cb2eaf4bf346bb4323ba7f3b5ec9..2d1c08a7f798b85f7c8d146e1e3bae8b9ac46ce1 100644 (file)
@@ -155,6 +155,9 @@ profile libreoffice-soffice INSTDIR-program/soffice.bin flags=(complain) {
   /usr/lib{,32,64}/jvm/**                       r,
   /usr/lib{,32,64}/jvm/**/jre/bin/java          mix,
   /usr/lib{,32,64}/jvm/**/bin/java              mix,
+  # should be included in the jvm/** above but there it is
+  # a symlink, so apparmor still doesn't allow it...
+  /etc/java-??-openjdk/security/java.security   r,
   INSTDIR-**                        rw,
   INSTDIR-**.so                     m,
   INSTDIR-program/soffice.bin       mix,